←Select platform

ManualPerspectiveDeskewCommand Constructor(LeadPoint[],LeadPoint[])

Summary

Initializes a new ManualPerspectiveDeskewCommand class object with inputPoints and mappingPoints values.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal inputPoints() As LeadPoint, _ 
   ByVal mappingPoints() As LeadPoint _ 
) 
- (instancetype)initWithInPoints:(nullable const LeadPoint *)inputPoints 
                   mappingPoints:(nullable const LeadPoint *)mappingPoints 
public ManualPerspectiveDeskewCommand( 
   LeadPoint[] inputPoints,  
   LeadPoint[] mappingPoints 
) 
public: 
ManualPerspectiveDeskewCommand(  
   array<LeadPoint>^ inputPoints, 
   array<LeadPoint>^ mappingPoints 
) 

Parameters

inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.

mappingPoints
An array of LeadPoint structures that represent those same points after deskewing.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly